Welcome![Sign In][Sign Up]
Location:
Search - linux serial

Search list

[Linux-Unixlinux serial program demo

Description: linux下串口通讯源程序,可以作为两机通信-source program about serial communication in linux,and can used in communication between two terminals.
Platform: | Size: 1984 | Author: 陆敏 | Hits:

[Communicationlinux-serial

Description: linux下串口应用编程必备资料,该文档详细介绍了串口相关的基础知识,以及在linux下对串口如何配置,并且给出了参考代码.
Platform: | Size: 49787 | Author: | Hits:

[Linux-Unixlinux-serial

Description: 用于linux系统中实现ARM开发板与上位机之间的串行通信,只需在linux下编译后即可执行,已经调试通过
Platform: | Size: 1166 | Author: 阙存先 | Hits:

[Other resourcearm-linux-serial

Description: 这是基于arm s3c44b0处理器的开发平台的串口传输的简单的程序-This is based on the arm s3c44b0 processor development platform serial transmission of simple procedures
Platform: | Size: 2505 | Author: 欧阳纯风 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixsct-1.05.tar

Description: 应用平台 Unix/Linux  <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具,软件内置了Shell命令解释器,你可以通过直接输入简短的命令和参数来控制串口的打开/关闭和进行各种发送/接收活动。 -application platform Unix/Linux lt; Brgt; Sct (Serial Communication Tracer's initials) is a very useful Linux/Unix serial communications debugging tools, software built-Shell command interpreter, you can be imported directly through the short order and parameters to control the opening Serial/off closure and various Send/Receive activities.
Platform: | Size: 88064 | Author: 王浩 | Hits:

[Linux-Unixsct-1.06.tar

Description: sct-1.06 Linux下的串口调试器-Sct- 1.06 Linux Serial Debugger
Platform: | Size: 50176 | Author: 陈文姓 | Hits:

[Linux-Unixgtkterm-0.99.4.tar

Description: linux下的串口工具-The Serial tool
Platform: | Size: 275456 | Author: 陈奇福 | Hits:

[Linux-UnixSPI driver

Description: SPI是一种新代的串口驱动。这是linux下的,可以帮助我们学习这种新接口的原理!-SPI is new general serial port driver.This program is based on linux. It is helpful to us to study the theory of this new port.
Platform: | Size: 15360 | Author: 清风吴 | Hits:

[Linux-UnixLinuxSerialProgrammingHOWTO

Description: Linux Serial Programming HOWTO - 串口通讯编程-Linux Serial Programming HOWTO
Platform: | Size: 17408 | Author: zhou | Hits:

[Linux-UnixLinux

Description: linux下串口入门编程基础,适合于初级编程-Introduction to programming under linux serial port basis for the primary programming
Platform: | Size: 5120 | Author: 崔先生 | Hits:

[Linux-Unixserial-drivers

Description: Linux下的串口驱动程序讲解。E文的 不过比较简单 很容易看懂的-Serial port driver under Linux to explain. E-man, but more simple and easy to understand the
Platform: | Size: 892928 | Author: jack | Hits:

[Linux-Unixserial

Description: linux串口收发程序,大家也可以上网找找资料-procedure linux serial port transceiver
Platform: | Size: 5120 | Author: zky | Hits:

[Linux-Unixcom-test-linux

Description: Linux 下串口测试程序。测试串口输入与出处。19200,n,8,1-Linux, serial port test program. Test serial port input and the source. 19200, n, 8,1
Platform: | Size: 2048 | Author: 阿汤 | Hits:

[Linux-UnixSerial

Description: Linux下串口通信程序,打开串口,发送与接收数据-Linux serial
Platform: | Size: 2048 | Author: xiaoyuer | Hits:

[Com PortLinux-read-serial-port-

Description: linux c/c++的串口的读写方法,提供详尽的Linux源程序,方便读者实现串口读写功能-linux c/c++ read and write the serial method, Linux source code to provide detailed, easy to readers to read and write capabilities to achieve serial
Platform: | Size: 1665024 | Author: Essay | Hits:

[Software EngineeringWritten-linux-serial-procedures

Description: 编写的linux串口程序,实现了基本的串口通讯功能,并在接收报文时,使用了环形缓冲区,可以直接调用-Written linux serial procedures to achieve the basic serial communication function, and when receiving packets using a ring buffer, you can directly call
Platform: | Size: 3072 | Author: wei | Hits:

[Com Portserial.tar

Description: linux串口应用处理, 读写,初始化,波特率设置相关处理。(Linux serial application processing, reading and writing, initialization, baud rate setting related processing.)
Platform: | Size: 6144 | Author: rxp | Hits:

[Linux-Unixlinux串口.tar

Description: LINUX 串口 接收发送程序 LINUX 串口 接收发送程序(LINUX serial receiving and sending program)
Platform: | Size: 26624 | Author: jiepeng1992 | Hits:

[Linux-Unixserial

Description: 包括linux串口的配置和收发。在树莓派和linux下都试验成功(Linux serial port and sending, configuration)
Platform: | Size: 1024 | Author: mstgao | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net